editfns.c (Ffloat_time): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Jan 2010 14:16:10 +0000 (16:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Jan 2010 14:16:10 +0000 (16:16 +0200)
src/ChangeLog
src/editfns.c

index 18424b6975bd3c2a9c792e5972b4e2ec1692ee33..2632c49b718d74243fd3b266a124a9a72d2995df 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-09  Eli Zaretskii  <eliz@gnu.org>
+
+       * editfns.c (Ffloat_time): Doc fix.
+
 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
 
        * xfns.c (Fx_create_frame): Don't create frame larger than display
index 927bf50194a415aa0a8606aca452df9487fffa06..cb302f7b1e74d2a93007a70141870240ba9bb007 100644 (file)
@@ -1574,7 +1574,8 @@ instead of the current time.  The argument should have the form
 have the form (HIGH . LOW), but this is considered obsolete.
 
 WARNING: Since the result is floating point, it may not be exact.
-Do not use this function if precise time stamps are required.  */)
+If precise time stamps are required, use either `current-time',
+or (if you need time as a string) `format-time-string'.  */)
      (specified_time)
      Lisp_Object specified_time;
 {